MindFusion.Wpf Pack Programmer's Guide
MoveItemCommand(T) Constructor
See Also
 





Initializes a new instance of the MoveItemCommand class.

Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf

 Syntax

C#  Copy Code

public MoveItemCommand<T> (
    Workbook workbook,
    UndoableCollection<T> collection,
    int fromIndex,
    int toIndex,
    T item
)

Visual Basic  Copy Code

Public New (Of T) ( _
    workbook As Workbook, _
    collection As UndoableCollection(Of T), _
    fromIndex As Integer, _
    toIndex As Integer, _
    item As T _
)

 Parameters

workbook

The Workbook modified by this command.

collection

The collection in which the item is moved.

fromIndex

The zero-based of the item.

toIndex

The zero-based index where the item should be moved.

item

The item that should be moved.

 See Also

MoveItemCommand(T) Class
MindFusion.Spreadsheet.Wpf Namespace